home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / water_ba.swf / scripts / DefineSprite_106 / frame_11 / DoAction.as
Text File  |  2007-03-20  |  178b  |  13 lines

  1. stop();
  2. but2.onEnterFrame = function()
  3. {
  4.    this.arrowdrive(30,10,10,15,10);
  5. };
  6. but2.onRelease = function()
  7. {
  8.    gotoAndPlay(1);
  9. };
  10. but2.onRollOver = function()
  11. {
  12. };
  13.